﻿@font-face {
    font-family: 'NewsGothicBT';
    
}

@font-face {
    font-family: 'NewsGothicBT_bold';
    
}

@font-face {
    font-family: "Source Han Sans CN";
    
}

@font-face {
    font-family: "?????????????????????";
   
}

/*  */
@font-face {
    font-family: "Canela";
    
}

*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    font-family: "Source Han Sans CN", 'Microsoft YaHei', 'PingFang HK', sans-serif;
    color: #333;
    background-color: #f7f7f7;
}

ul,
ol,
dl,
li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
}

input,
a,
img,
select,
textarea {
    border: 0;
    resize: none;
    outline: none;
    outline: none;
    /*?????????????????????????????????*/
    -webkit-appearance: none;
}

/*????????????*/

.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.inner {
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}

.innerPad {
    padding: 0 5%;
}

.indMore {
    position: relative;
}

.indMore .more {
    cursor: pointer;
    display: block;
    border: 1px solid #eee;
    width: 208px;
    margin: 20px 0;
    padding: 12px;
    text-align: center;
    font-size: 14px;
    transition: all 0.48s;
}

.indMore.hover .more:hover {
    background: #1B2F5F;
    color: #fff;
}

.mobile {
    display: none;
}

/* ???????????? */
.wgt-fade-animate {
    transform: scale(0.6) translateY(50px);
    opacity: 0;
}

.appear {
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        transform: scale(0.6) translateY(50px);
        opacity: .1;
    }

    100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        transform: scale(0.6);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        transform: scale(1);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        transform: scale(0.6);
        transform: translateY(50px);
        opacity: .1;
    }

    100% {
        transform: scale(1);
        transform: translateY(0);
        opacity: 1;
    }
}

/* ========================================================================================
    common
=========================================================================================== */
/* indTit */
.indTit {
    position: relative;
    margin-bottom: 38px;
    padding-top: 12px;
    z-index: 11;
}

.indTit b {
    font-size: 68px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    z-index: -1;
    text-transform: uppercase;
    opacity: 0.05;
    color: #1b2f5f;
}

.indTit span {
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1b2f5f;
    font-family: "?????????????????????";
    letter-spacing: 1px;
}

.indTit i {
    background: #fff;
    width: 108px;
    height: 5px;
    display: block;
    margin: 21px 0;
    position: relative;
}

.indTit i::before,
.indTit i::after {
    content: "";
    position: absolute;
    top: 0;
    width: 33.33%;
    height: 100%;
}

.indTit i::before {
    left: 0;
    background: #B21D23;
}

.indTit i::after {
    right: 0;
    background: #1B2F5F;
}

.indTit p {
    font-size: 20px;
    font-weight: 300;
}

.indTit h6 {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #787878;
    margin-top: 14px;
    letter-spacing: 1px;
}

.indTit_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.indTit.center {
    text-align: center;
}

.indTit.center i {
    margin: 21px auto;
}

.indTit.white b,
.indTit.white span,
.indTit.white p {
    color: #FFF;
}

/* indMore */
.tmkMore {
    position: relative;
}



.tmkMore.center {
    text-align: center;
}

.white .indMore {
    color: #fff;
}

.tmkMore .indMore {
    margin-top: 48px;
    display: inline-block;
    padding: 10px 34px;
    border: 1px solid #1b2f5f;
    position: relative;
    z-index: 11;
}

.tmkMore .indMore:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.tmkMore.sm .indMore {
    padding: 7px 24px;
    font-size: 12px;
    font-weight: 300;
}


.indMore {
    cursor: pointer;
    margin-top: 12px;
    display: block;
    transition: all 0.48s;
    color: #1b2f5f;
}

.indMore::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1B2F5F;
    z-index: -1;
    transition: all 0.8s;
}

.indMore_w {
    display: none;
}

.indMore:not(.none):hover {
    color: #fff;
}

.indMore:not(.none):hover img {
    display: none;
}

.indMore:not(.none):hover .indMore_w {
    display: inline-block;
}

.indMore:not(.none):hover::before {
    height: 100%;
}

.indMore img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 6px;
    width: 18px;
}


/*  */
.innerBan {
    position: relative;
}

.innerBan>img {
    width: 100%;
    /*height: 78vh;*/
	height:65vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.innerBan>video {
	display: block;
    width: 100%;
    height: 78vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.innerBan::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1B2F5F;
    opacity: 0.32;
}

.innerBan_txt {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

.innerBan_txt span {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #fff;
    display: block;
}

.innerBan_txt p {
    font-size: 60px;
    line-height: 1;
    color: #fff;
    letter-spacing: 4px;
    position: relative;
}

.innerBan_txt i {
    width: 30px;
    height: 4px;
    display: inline-block;
    background: #fff;
    margin-top: 32px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

/*.innerBan_txt a {
    margin-top: 38px;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .5);
    display: block;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .innerBan_txt a img {
    animation: scroll 1s ease infinite;
    -webkit-animation: scroll 1s ease infinite;
}

@-moz-keyframes scroll {
    0% {
        transform: translate(0, -10px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 5px);
        opacity: 1;
    }
}

@-webkit-keyframes scroll {
    0% {
        transform: translate(0, -10px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 5px);
        opacity: 1;
    }
}

@keyframes scroll {
    0% {
        transform: translate(0, -10px);
        opacity: 0;
    }

    100% {
        transform: translate(0, 5px);
        opacity: 1;
    }
} */

/* ?????? */
.page {
    margin: 3% 0;
}

.page_box {
    width: 100%;
    max-width: 75em;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    position: relative;
    text-align: center;
}

.page_box a,
.page_box span {
    padding: 7px 12px;
    margin: 0 2px;
    border-radius: 5px;
    color: #636973;
    font-size: 16px;
    display: inline-block;
}

.page_item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.page_link {

    text-decoration: none;
    border: 1px solid #999;
}

.page_link.active {
    color: #fff;
    background: #1B2F5F;
    border: 1px solid #1B2F5F;

}

.page_link:hover {
    border: 1px solid #1B2F5F;
}

/* ?????? */
.znList_btn {
    padding: 48px 0;
    border-top: 1px solid #eeeeee;
}

.znList_btn .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}

.znList_btn a {
    display: block;
    width: 145px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #1b2f5f;
    color: #1b2f5f;
}

.znList_btn a:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

.znList_btn a:nth-child(2) {
    color: #fff;
    background: #1b2f5f;
}

/* ========================================================================================
    header
=========================================================================================== */
.tmkHead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 14px 5%;
    transition: all 1s;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



.tmkHead>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.tmkHead_logo {
    display: inline-block;
    height: 68px;
    transition: all 0.48s;
}

.tmkHead_logo a {
    display: block;
    height: 100%;
}

.tmkHead_logo img {
    height: 68px;
    display: block;
    transition: all 1s;
}

.tmkHead_logo .tmkHead_logo_img2 {
    display: none;
}

.tmkHead_nav ul {
    display: inline-block;
}

.tmkHead_nav li {
    display: inline-block;
    padding-left: 50px;
    transition: all 0.3s ease 0s;
    position: relative;
}

.tmkHead_nav li:first-of-type {
    padding: 0;
}

.tmkHead_nav li a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    display: inline-block;
    transition: all 0.3s ease 0s;
    line-height: 40px;
}

.tmkHead_nav .line {
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #ccc;
    margin-left: 42px;
    margin-top: 16px;
}

.headIco>div {
    display: inline-block;
}

.headLang a {
    color: #Fff;
}

.headLang svg {
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.headLang svg path {
    fill: #fff;
}

.headLang a {
    display: block;
}

.head_link {
    margin-left: 20px;
    margin-top: 4px;
    font-weight: 500;
    font-size: 13px;
}

.head_link a {
    position: relative;
    display: inline-block;
    padding: 0 18px;
}

.head_link a::after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 21px;
    margin-top: -11px;
    background: #fff;
    width: 1px;

}

.head_link svg {
    width: 34px;
    vertical-align: middle;
    margin-top: -1px;
}

.head_link a:last-child {
    padding-right: 0;
}

.head_link a:first-child svg {
    width: 36px;
}

.head_link a::after {
    opacity: 0.2;
}

.headMenu {
    position: fixed;
    z-index: 99999;
    left: 0;
    display: none;
    margin-left: 20px;
}


.headMenu span {
    display: block;
    width: 26px;
    height: 1px;
    margin: 6px 0;
    background: #333;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}


.headMenu.active span.owMain-span1 {
    transform: rotate(45deg) translate(4px, 6px);
}

.headMenu.active span.owMain-span2 {
    opacity: 0;
}

.headMenu.active span.owMain-span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}


/*  */
.tmkHead.on {
    background: #fff;
}

.tmkHead.on .tmkHead_nav li a {
    color: #1b2f5f;
}

.tmkHead.on .headLang a {
    color: #000;
}

.tmkHead.on .headLang svg path {
    fill: #000;
}

.tmkHead.on .head_link a::after {
    background: #000;
}

.tmkHead.on .tmkHead_logo .tmkHead_logo_img1 {
    display: none;
}

.tmkHead.on .tmkHead_logo .tmkHead_logo_img2 {
    display: block;

}

.tmkHead.active-1 {
    top: -100%;
}

.tmkHead.active {
    top: 0;
}

.tmkHead.black {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tmkHead.black .tmkHead_nav li a {
    color: #1b2f5f;
}

.tmkHead.black .headLang a {
    color: #000;
}

.tmkHead.black .headLang svg path {
    fill: #000;
}

.tmkHead.black .head_link a::after {
    background: #000;
}

.tmkHead.black .tmkHead_logo .tmkHead_logo_img1 {
    display: none;
}

.tmkHead.black .tmkHead_logo .tmkHead_logo_img2 {
    display: block;

}

/*  */
.tmkHead_bg {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #1b2f5f;
    z-index: 90000;
    opacity: 0.32;
    display: none;
}

.tmkHead_box {
    position: fixed;
    top: 0;
    right: 108%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-image: url(img/bg3.jpg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99990;
    padding: 28px;
    transition: all 1s;
}

.tmkHead_box .footIco {
    text-align: center;
}

.tmkHead_box .footIco a:last-child {
    display: inline-block;
}

.tmkHead_box.show {
    right: 0%;
}

.tmkHead_box ul {
    padding-top: 28px;
    padding-bottom: 18px;
}

.tmkHead_box li {
    font-size: 15px;
    line-height: 2;
    text-align: center;
    padding: 14px;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
}

.tmkHead_box a {
    color: #1b2f5f;
    letter-spacing: 1px;

}

.tmkHead_box .footIco a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.tmkHead_box .footIco svg path {
    fill: #1b2f5f;
}

.tmkHead_box .footIco img,
.tmkHead_box .footIco svg {
    margin-top: 10px;
}

.tmkHead_box .footIco a.footIco_jd svg {
    height: 45px;
    width: 34px;
    margin: 0;
}

/* ========================================================================================
    footer
=========================================================================================== */
.tmkFoot>.inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.tmkFoot {
    background: #003150 url(img/bg-swirl.svg) repeat 0 0/52px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%
}


.footLeft {
    width: 66%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footLeftogo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 4vh 0;
}

.footLeftogo a {
    width: 168px;
}

.footLeftogo img {
    max-width: 100%;
}

.footLefTxt {
    margin-left: 48px;
    padding-bottom: 6px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 42px;
}

.footLefTxt span {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
}

.footLefTxt p {
    color: #fff;
    font-size: 15px;
    margin-top: 21px;
    letter-spacing: 1.6px;
    font-weight: 200;
    line-height: 1;
}

.tmkFoot-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 18vh;
}

.tmkFoot-nav dl {
    /*width: 25%;*/
	width: 16.666%;
    float: left;
    margin-top: 8vh;
}

.tmkFoot-nav dl dt a {
    color: #fff;
    position: relative;
    font-size: 18px;
    padding-bottom: 2px;
}

.tmkFoot-nav dl dt a span {
    margin-left: 5px;
    text-transform: capitalize;
}

.tmkFoot-nav dl dt {
    margin-bottom: 20px;
}

.tmkFoot-nav dl dd {
    line-height: 42px;
}

.tmkFoot-nav dl dd a {
    color: #c5c5c5;
}

.tmkFoot-nav dl dd a:hover,
.tmkFoot-nav dl dt a:hover {
    color: #fff;
}

.footRig {
    width: 34%;
    padding-left: 6%;
    position: relative;
    height: calc(100% - 108px);
}

.footRig .footRig_box {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.tmkFoot_copy {
    color: #fff;
    font-size: 13px;
    margin-top: 6vh;
	margin-bottom:5vh;
    opacity: 0.8;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.tmkFoot_copy a {
    display: block;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
	float:left;
}

.tmkFoot_copy a:hover {
    color: #fff;
}

.footRig_box {
    transform: translateX(100%);
    transition: ease .65s;
    opacity: 0;
}

.footRig_box .text {
    color: #c5c5c5;
}

.footRig_box .text h2 {
    font-size: 28px;
    color: #fff;
    margin-top: 108px;
    font-weight: 400;
    text-transform: capitalize;
}

.footRig_box .text h3 {
    margin: 0 0 42px;
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

.footRig_box .text p {
    line-height: 2.4;
    color: #fff;
    opacity: 0.8;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.footRig_box .text p span {
    font-size: 16px;
    font-weight: 300;
}

.footRig_box .text p a {
    color: #fff;
}

.footRig_box .text p img {
    width: 14px;
    margin-right: 6px;
}

.footRig_box .text p i {
    margin-right: 5px;
    color: #fff;
}

.footEwm {
    position: relative;
    line-height: 24px;
    color: #f6f6f6;
    font-size: 12px;
}

.footEwm .img {
    float: left;
}

.footEwm .img img {
    width: 100px;
    height: 100px;
}

.footEwm .img:first-of-type {
    margin-right: 14px;
}

.footEwm .img p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1px;
    margin-top: 6px;
}

.footEwm h2 {
    position: absolute;
    left: 120px;
    bottom: 5px;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 1px;
}

.footEwm h2 img {
    display: block;
    width: 26px;
    margin-bottom: 18px;
}

.footRig_flex {
    min-width: 238px;
	margin-top:3vh;
}

.footIco {
    margin-top: 28px;
}

.footIco a {
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}

.footIco a:last-child {
    display: none;
}


.footIco img,
.footIco svg {
    width: 24px;
}

.footIco a.footIco_wb svg {
    width: 28px;
}

.footIco a.footIco_jd svg {
    width: 50px
}

.footIco svg path {
    fill: #fff;
}

/* ========================================================================================
    slideNav
=========================================================================================== */
.slideNav {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    transition: right 1s;
}



.slideNav li {
    position: relative;
    cursor: pointer;
    margin-bottom: 2px;
}

.slideNav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-top: -1px;
    /*background-color: #da0b06;*/
	background-color: #00226d;
    text-align: center;
    line-height: 48px;
    color: #fff;
    position: relative;
    z-index: 2;

}


.slideNav a:hover {
    -webkit-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
}

@keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

@-webkit-keyframes gelatine {

    from,
    to {
        transform: scale(1, 1);
    }

    25% {
        transform: scale(0.9, 1.1);
    }

    50% {
        transform: scale(1.1, 0.9);
    }

    75% {
        transform: scale(0.95, 1.05);
    }
}

.slideNav .iconfont {
    font-size: 20px;
}

.slideNav .cont {
    transition: all .4s;
    white-space: nowrap;
    width: 0;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    text-align: center;
    /*background-color: #e12319;*/
	/*background-color: #679c05;*/
	background-color: #00226d;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    position: absolute;
    right: calc(100% + 1px);
    top: 0;
}

.slideNav li svg {
    opacity: 0.9;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.slideNav li:nth-child(1) svg {
    width: 40px;
    height: 40px;
	fill: #FFF;
    vertical-align: middle;
	
}

.slideNav li:nth-child(2) svg {
    width: 28px;
    height: 30px;
	fill: #FFF;
    vertical-align: middle;
}

.slideNav li:hover .cont {
    width: 168px;
}


.slideNav li em {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.slideNav .code .cont {
    height: auto;
    line-height: normal;
}

.slideNav .code .cont img {
    width: 80px;
    height: 80px;
}

.slideNav li.code:hover .cont {
    width: 80px;
    padding: 5px;
}

/* ========================================================================================
    index
=========================================================================================== */
.temeike {
    position: relative;
    margin-bottom: 718px;
    background: #fff;
    z-index: 11;
    overflow: hidden;
}

.temeike.map {
    margin-top: 100vh;
}

/* banner */
.indBan {
    position: relative;
    overflow: hidden;
}

.scrollDown {
    position: absolute;
    left: 50%;
    bottom: 20px;
    width: 25px;
    cursor: pointer;
    transform: translateX(-50%);
    z-index: 11;
}

.scrollDown:hover {
    opacity: 1;
}

.scrollDown img {
    width: 100%;
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -20px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 20px);
        opacity: 0;
    }
}

.indBan_img {
    position: relative;
    height: 100vh;
    overflow: hidden;
    transition: opacity 10s;
}

.indBan_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 3;
}

.indBan_img video,
.indBan_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.indBan_img1 img {
    transform: scale(1.1);
    transition: all 10s;
}

.indBan_img1.swiper-slide-active img {
    -webkit-animation: img1 10s;
    animation: img1 10s;
    transition: opacity 5s;
}


@-webkit-keyframes img1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


@keyframes img1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.indBan_img2 img {
    width: calc(100% + 108px);
    transition: all 10s;
    transform: translateX(-108px);
}

.indBan_img2.swiper-slide-active img {
    -webkit-animation: img2 10s;
    animation: img2 10s;
    transition: opacity 5s;
}

@-webkit-keyframes img2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-108px);
    }
}

@keyframes img2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-108px);
    }
}

.indBan_img3 img {
    height: calc(100% + 108px);
    transition: all 10s;
    transform: translateY(0);
}

.indBan_img3.swiper-slide-active img {
    -webkit-animation: img3 10s;
    animation: img3 10s;
    transition: opacity 5s;
}

@-webkit-keyframes img3 {
    0% {
        transform: translateY(-108px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes img3 {
    0% {
        transform: translateY(-108px);
    }

    100% {
        transform: translateY(0);
    }
}

.indBan .swiper-pagination {
    bottom: 32px;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 99999;
    padding-right: 5%;
}

.indBan .swiper-pagination-bullet {
    cursor: pointer;
    margin: 0 14px;
}

.indBan .swiper-pagination span {
    width: 21px;
    height: 2px;
    margin: 0 0 0 8px;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    background: #fff;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 0;
}

.indBan .swiper-pagination .swiper-pagination-bullet-active {

    opacity: 1;

}

.indBan .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}

/* indTop */
.indTop {
    background: rgb(247, 247, 247);
    padding-top: 89px;
    padding-bottom: 68px;
}

.indTop_tit {
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1b2f5f;
    background: url(img/homepage-cutout-background.jpg) no-repeat fixed;
    background-size: cover;
    background-origin: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "?????????????????????";
}

.indTop .indTit {
    margin-bottom: 28px;
}

.indTop .indMore {
    margin-top: 0
}

.indTop_p {
    margin: 20px 0 32px;
    max-width: 89%;
}

.indTop_p span {
    font-weight: 500;
    font-size: 28px;
    opacity: 0.9;
    line-height: 2;
}

.indTop_p p {
    font-size: 16px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

/* ind-product */
.indPro {
    padding: 89px 0;

}

.indPro_box {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.indPro_l {
    width: 60%;
}

.indPro_r {
    width: 40%
}

.indProA {
    position: relative;
    padding: 10px;
    float: left;
    display: block;
    width: 100%;
    height: 20vw
}


.indPro_l .indProA {
    width: 50%;
}

.indPro_l .indProA:first-child {
    width: 100%;
    height: 34vw;
}


.indPro_r .indProA:last-child {
    height: 34vw;
}

.indPro_img {
    overflow: hidden;
}

.indPro_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
    z-index: 3;
}

.indPro_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.38;
    transition: all 0.68s;
}

.indPro_img,
.indPro_img img {
    position: relative;
    width: 100%;
    height: 100%;

}

.indPro_img img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 2.4s;
}

.indProA:hover .indPro_img::after {
    opacity: 0;
}

.indProA:hover .indPro_img img {
    transform: scale(1.1);
}

.indPro_name {
    position: absolute;
    left: 42px;
    bottom: -15px;
    z-index: 9;
    transition: all 0.48s;
}

.proBox .indPro_name {
    bottom: -24px;
}

.indPro_name .indMore {
    margin-top: 24px;
    transition: all 0.48s;
}

.indPro_name .indMore::before {
    background: transparent;
}

.indPro_name span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.proBox .indPro_name span {
    font-size: 20px;
}

.proBox .indPro_name span.indMore {
    font-size: 16px;
}

.indPro_name p {
    position: relative;
    font-size: 24px;
    color: #fff;
}

.proBox .indPro_name p {
    font-size: 31px
}

@media(min-width:787px) {

    .indProA:hover .indPro_name,
    .proBox .proA:hover .indPro_name {
        bottom: 38px;
    }

    .indProA:hover .indPro_name .indMore,
    .proBox .proA:hover .indPro_name .indMore {
        margin-top: 8px;
    }

}

/* ind-guode */
.indGd {
    z-index: 3;
    position: relative;
    width: 100%;
    /*height: 80vh;*/
	height:45vh;

    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indGd_vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.indGd_vid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.18;
}

.indGd_vid video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.indGd .inner {
    position: relative;
}

.indGd_box .indTit span {
    font-size: 46px;
}

.indGd_box .indTit p {
    max-width: 508px;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.8;
}

.indGd .tmkMore .indMore {
    border-color: #fff;
    background: #fff;
    margin-top: 0;
    padding: 12px 54px;
}

.indGd .tmkMore .indMore:hover {
    border-color: #1B2F5F;
}

/* ind-brand */
.indAb {
    padding: 118px 0 128px;
    background: #f7f7f7;

}

.indAb>.inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.indAb_img {
    position: relative;
    width: 50%;
    /*height: 52vh;*/
    overflow: hidden;
}

.indAb_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b2f5f;
    opacity: 0;
}

.indAb_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transform: scale(1.2);
    transition: all 1s;
}

@media(min-width:1025px) {
    .indAb_img:hover img {
        transform: scale(1.1);
    }

}

.indAb_txt {
    /*padding: 0 8%;*/
	padding: 0 3%;
    /*text-align: center;*/
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indAb_txt>div {
    width: 100%;
}

.indAb_txt .indTit {
    padding-top: 0;
    margin-bottom: 6px;
}

.indTit_p {
    margin-bottom: 38px;
    margin-top: -38px;
    display: block;
    opacity: 0.5;
    letter-spacing: 0.5px;
}

.indAb_ico {
    width: 90%;
    max-width: 389px;
    margin-top: -21px;
}

.indAb_p p {
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

/* ind-shop */
.indShop {
    position: relative;
    z-index: 11;
    background: #fff url(img/bg3.jpg) no-repeat center;
    background-size: cover;
    padding: 108px 0;
}

.indShop .inner {
    position: relative;
    z-index: 11;
}

.indShop_bor {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 80%;
    border: 2px solid #1B2F5F;
    padding: 6px;
    z-index: -1;
}

.indShop_bor span {
    position: absolute;
    top: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    border: 1px solid #1B2F5F;
}

.indShop_view {
    /*padding: 6% 0;*/
	padding: 2% 0;
	
}

.indShop_box {
    overflow: hidden;
    width: 100%;
}

.indShop_a {
    float: left;
    display: block;
    width: 30%;
    padding: 6px;
    height: 280px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.indShop_a1 {
    width: 40%;
    height: 560px;
}

.indShop_a .indShop_img {
    width: 100%;
    height: calc(100% - 42px);
}

.indShop_img {
    position: relative;
    overflow: hidden;
}

.indShop_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1B2F5F;
    opacity: 0.32;
}

.indShop_a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 1s;
}

.indShop_a:hover img {
    transform: scale(1.1);
}

.indShop_txt {
    padding: 18px;
}

.indShop_txt h6 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.indShop_txt p {
    line-height: 1.6;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-top: 14px;
    display: none;
}

.indShop_txt span {
    font-size: 14px;
    display: none;

}

.indShop_a>p {
    line-height: 2;
    font-size: 18px;
	font-weight:bold;
    color: #1b2f5f;
    padding: 6px;
    text-align: center;
}

/* ========================================================================================
    about
=========================================================================================== */
/* 1 */
.abAbout {
    /*padding: 108px 0 89px;*/
	padding: 68px 0 38px;
    background-image: url(img/bg6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.abAbout_img {
    float: right;
    width: 41.26984126984127%;
}

.abAbout_img_div {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    padding-right: 1.25em;
    position: relative;
}


.abAbout_info {
    float: left;
    width: 48%;
    margin-top: 34px;
}

.abAbout_img_div img {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 348px;
    object-fit: cover;
}


.abAbout_tit_cn {
    font-size: 26px;
    color: #000;
}

.abAbout_tit_en {
    font-family: Arial;
    text-transform: capitalize;
    font-size: 16px;
    color: #787878;
}


.abAbout_since img {
    max-width: 74%;
}

.abAbout_since span {
    display: inline-block;
    position: relative;
    padding-left: 118px;
}

.abAbout_since span i {
    font-style: inherit;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: 400;
    background: #B21D23;
    color: #fff;
    padding: 8px 14px;
}

.abAbout_tit {
    margin: 1.5em 0 2em 0;
}



.abAbout_num {
    margin-top: 58px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

}

.abAbout_num div {
    position: relative;
}

.abAbout_num p {
    font-size: 24px;
    font-weight: bold;

    color: #1b2f5f;
}


.abAbout_num p span {
    vertical-align: middle;
    font-size: 64px;
    display: inline-block;
    font-family: 'NewsGothicBT_bold';
}

.abAbout_top {
    border-bottom: 1px #eceded solid;
    padding-bottom: 3em;
}

.abAbout_p {
    /*margin: 60px 14px;*/
	 margin: 30px 6px;
}

.abAbout_p p {
    font-size: 16px;
    line-height: 2.1;
    font-weight: 300;
    letter-spacing: 0.5px;
}

/* 2 */
.abTeam {
    position: relative;
    background: #fbfbfb;
}

.abTeam::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #fff;
}

.abTeam .tmkMore .indMore {
    background: #1B2F5F;
    color: #fff;
}

.abTeam .inner {
    position: relative;
    z-index: 11;
}

.abTeam_box {
    padding: 89px 0 128px;
    max-width: 40%;
}

.abTeam_p p {
    font-size: 16px;
    line-height: 2.1;
    font-weight: 300;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.abTeam_img {
    position: absolute;
    top: 16%;
    right: 5%;
    width: 40%;
    height: 64%;
    z-index: 21;
    /* background: url(img/team.jpg) no-repeat center;
    background-size: cover; */
}

.abTeam_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abTeam_img video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.znList_stop.abTeam_ico
{
    background: url(img/stop.png) no-repeat;  
}
.znList_play.abTeam_ico
{
    background: url(img/btnPlay.png) no-repeat;  
}
.abTeam_ico {
    z-index: 11;
    background: url(img/btnPlay.png) no-repeat;
    height: 75px;
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    cursor: pointer;
}

.abTeam_ico::before {
    content: '';
    position: absolute;
    background: url(img/btnPlayRo.png);
    background-size: cover;
    height: 103px;
    width: 103px;
    left: 50%;
    top: 50%;
    margin-left: -51.5px;
    margin-top: -51.5px;
    cursor: pointer;
    -webkit-animation: palyAnimate 2s ease infinite;
    animation: palyAnimate 2s ease infinite;
}

@keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

/* 3 */
.about .abDeve {
    /*padding: 118px 0 138px;*/
	padding: 98px 0 36px;
    background: #f5f5f5 url(img/bg7.png) no-repeat center;
    background-size: cover;
    /*background: #f5f5f5;*/
}

.abDeve_box {
    position: relative;
}

.abDeve .swiper-button-next,
.abDeve .swiper-button-prev {
    outline: none;
    /*top: 50%;*/
	top: 35%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    display: inline-block;
    background: rgba(27, 47, 95, 0);
    transition: all 0.8s;
}

.abDeve .swiper-button-next.swiper-button-disabled,
.abDeve .swiper-button-prev.swiper-button-disabled {
    opacity: 0.68;
}

.abDeve .swiper-button-next:hover,
.abDeve .swiper-button-prev:hover {
    background: rgba(27, 47, 95, 1);
}

.abDeve .swiper-button-next:hover .abDeve_arr_ico,
.abDeve .swiper-button-prev:hover .abDeve_arr_ico {
    display: none;
}

.abDeve .swiper-button-next:hover .abDeve_arr_hover,
.abDeve .swiper-button-prev:hover .abDeve_arr_hover {
    display: block;
}

.abDeve .swiper-button-next .abDeve_arr_hover,
.abDeve .swiper-button-prev .abDeve_arr_hover {
    display: none;
}

.abDeve .swiper-button-prev {
    left: -89px;
}

.abDeve .swiper-button-next {
    right: -89px;
}

.abDeve .swiper-button-next::after,
.abDeve .swiper-button-prev::after {
    content: none;
}

.abDeve .swiper-button-next img,
.abDeve .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

/* 3-1 */
.abDeve_info {
    position: relative;
    cursor: pointer;
    margin-top: 80px;
}

.abDeve_info .inner {
    position: relative;
}

.abDeve_info .swiper-slide {
    opacity: 0 !important;
}

.abDeve_info .swiper-slide-active {
    opacity: 1 !important;
}

.abDeve_item {
    position: relative;
    z-index: 11;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.abDeve_time {
    opacity: 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 528px;
    letter-spacing: 0;
    line-height: 1;
    color: rgba(255, 255, 255, 0.78);
}

.abDeve_img {
    position: relative;
    /*width: 56%;*/
    /*height: 458px;*/
    /*height: 500px;*/
	width:65%;
	text-align:center;
    overflow: hidden;
}

.abDeve_img img {
    /*width: 100%;
    height: 100%;*/
	max-width:100%;
	
    object-fit: cover;
}

.abDeve_ul {
    position: relative;
    /*width: 38%;*/
	width:34%;
    /*padding: 24px 0 0;*/
	padding: 121px 0 0;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
	background: url(/aktstyle/img/bg13.png) no-repeat bottom right;
    background-size: 100% auto;
}

.abDeve_ul_top {
    margin-bottom: 38px;
    padding-bottom: 14px;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.18);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.abDeve_ul_top div {
    order: -1;
    color: #b21e24;
    font-size: 20px;
    font-weight: 500;
}

.abDeve_ul_top i {
    font-weight: bold;
    font-size: 80px;
    padding-right: 10px;
}


.abDeve_ul_top img {
    transform: rotate(180deg);
}

.abDeve_ul ul {
    /*height: 328px;*/
	height: 178px;
    overflow: auto;
    padding-right: 14px;
}

.abDeve_ul ul::-webkit-scrollbar {
    /* 1??????????????????????????????????????? */
    width: 3px;
    height: 100%;
    border-radius: 38px;
}

.abDeve_ul ul::-webkit-scrollbar-track {
    /* 3??????????????? */
    background: #fbfbfb;
}

.abDeve_ul ul::-webkit-scrollbar-thumb {
    /* 5?????????????????? */
    background: #B21D23;
}

.abDeve_ul li {
    margin-bottom: 21px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

}

.abDeve_ul span {
    display: block;
    position: relative;
    font-weight: bold;
    line-height: 1.8;
    width: 60px;
    padding-left: 18px;
}

.abDeve_ul span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    height: 2px;
    width: 8px;
    background: #b21e24;
}

.abDeve_ul p {
    line-height: 1.8;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    /*width: calc(100% - 68px);*/
	width: calc(100% - 28px);
}

/* 3-2 */

.abDeve_year {
    position: relative;
    text-align: center;
    background-repeat: repeat-x;
    background-position: center bottom;
    background-image: url(img/chi.png);
}

.abDeve_year .swiper-container {
    background-repeat: repeat-x;
    background-position: center calc(100% - 3px);
    background-image: url(img/chizi.png);
}

.abDeve_yDiv {
    cursor: pointer;
    padding-bottom: 28px;
    position: relative;
}

.abDeve_yDiv::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #1B2F5F;
}

.swiper-slide-thumb-active .abDeve_yDiv::before {
    height: 3px;
}

.abDeve_yDiv::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -2.01px;
    width: 1px;
    height: 21px;
    background: rgba(27, 47, 95, 0.34);
}

.abDeve_yDiv p,
.abDeve_yDiv span {
    vertical-align: bottom;
    display: inline-block;
}

.abDeve_yDiv span {
    line-height: 42px;
    height: 32px;
}

.abDeve_year .swiper-slide-thumb-active {
    color: #B21D23;
}

.abDeve_year .swiper-slide-thumb-active span {
    font-size: 30px;
    font-weight: bold;
}

/* 4 */
.abHor {
    padding: 60px 0 60px;
	background-image: url(img/bg3.jpg);
}

.abHor .abHor_bg {
    background: #f4f4f4;
    padding: 18px;
}

.abHor_img {
    width: 100%;
    /*height: 38vh;*/
	height:190px;
    margin-bottom: 14px;
    padding-bottom: 28px;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px dotted rgba(27, 47, 95, 0.28);
}

.abHor_img img {
    width: 90%;
    height: 100%;
    object-fit: contain;
    transition: all .3s ease;
}

.abHor_p {
    font-size: 15px;
    line-height: 1.9;
    transition: all .3s ease;
    text-align: center;
}
.abHor_p2 {
    font-size: 15px;
    line-height: 1.9;
    transition: all .3s ease;
    text-align: center;
	height:120px;
}


.abHor .swiper-button {
    margin-top: 28px;
    text-align: center;
}

.abHor .swiper-button-next::after,
.abHor .swiper-button-prev::after {
    content: none;
}

.abHor .swiper-button-next,
.abHor .swiper-button-prev {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    left: auto;
    display: inline-block;
    margin: 0px 10px;
    background: rgba(27, 47, 95, 0);
    transition: all 0.8s;
}

.abHor .swiper-button-next img,
.abHor .swiper-button-prev img {
    position: relative;
    top: 50%;
	
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}

.abHor .swiper-button-next:hover,
.abHor .swiper-button-prev:hover {
    background: rgba(27, 47, 95, 1);
}

.abHor .swiper-button-next:hover .abDeve_arr_ico,
.abHor .swiper-button-prev:hover .abDeve_arr_ico {
    display: none;
}

.abHor .swiper-button-next:hover .abDeve_arr_hover,
.abHor .swiper-button-prev:hover .abDeve_arr_hover {
    display: block;
}

.abHor .swiper-button-next .abDeve_arr_hover,
.abHor .swiper-button-prev .abDeve_arr_hover {
    display: none;
}

/* 5 */
.about .abLogo {
    background: #f7f7f7 url(/aktstyle/img/bai.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 89px 0 138px;
}

.abLogo .swiper-container,
.abLogo .swiper-wrapper,
.abLogo .swiper-slide {
    height: 100%;
}

.abLogo .swiper-slide {

    opacity: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abLogo .swiper-slide-active {
    opacity: 1 !important;
}

.abLogo_box {
    overflow: hidden;
    text-align: center;
}

.abLogo ul {
    display: inline-block;
}

.abLogo li {
    float: left;
    margin-left: -40px;
    margin-left: -2.2vw;
}

.abLogo li:first-of-type {
    margin-left: 0;
}

.abLogo li:nth-child(2n) {
    margin-top: 100px;
    margin-top: 5.1vw;
}

.abLogo_item {
    width: 208px;
    height: 180px;
    width: 11vw;
    height: 9.62vw;
    background: url(img/kuang.png) no-repeat center center;
    background-size: cover;
    position: relative;
    text-align: center;
}

.abLogo_item:last-of-type {
    margin-top: 10px;
}

.abLogo_item img {
    max-width: 68%;
}

/* ========================================================================================
    product
=========================================================================================== */
.proWrapper {
    padding: 89px 0;
}

.proTop {
    position: relative;
    z-index: 11;
    margin-bottom: 89px;
}

.proTop::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f4f4f4;
}

.proTop_box {
    position: relative;
    padding: 0 58px;
}

.proLi p {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin-top: 14px;
}

.proIco {
    margin: 0 auto;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    /*background: #f4f4f4;*/
	
    display: flex;
    align-items: center;
    justify-content: center;
}

.proIco svg {
    width: 54px;
    height: 54px;
}
.slick-current .proIco,
.swiper-slide-thumb-active .proIco {
    /*background: #1b2f5f;*/
	background:rgb(27 47 95 / 65%)
}
.slick-current   .proIco svg path:last-of-type,
.swiper-slide-thumb-active .proIco svg path:last-of-type {
    fill: #fff;
}

.proTop .swiper-slide {
    text-align: center;
}

.proTop .swiper-button-next,
.proTop .swiper-button-prev {
    outline: none;
    top: 29px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 0;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    display: inline-block;
    background: rgba(27, 47, 95, 1);
    transition: all 0.8s;
}

.proTop .swiper-button-next .abDeve_arr_ico,
.proTop .swiper-button-prev .abDeve_arr_ico {
    display: none;
}

.proTop .swiper-button-next .abDeve_arr_hover,
.proTop .swiper-button-prev .abDeve_arr_hover {
    display: block;
}


.proTop .swiper-button-prev {
    left: 0;
}

.proTop .swiper-button-next {
    right: 0;
}

.proTop .swiper-button-next::after,
.proTop .swiper-button-prev::after {
    content: none;
}

.proTop .swiper-button-next img,
.proTop .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
    width: 18px;
}



.proBtm {
    position: relative;
}

.proBtm .swiper-slide {
    width: 60%;
    background: #f7f7f7;
    font-size: 16px;
}

.proA {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proA_img {
    position: relative;
    width: 66%;
    padding-top: 44%;
}

.proA_img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.proA_txt {
    position: relative;
    left: -1px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    width: 35%;
    padding: 8% 6%;
    background: url(img/bg13.png) no-repeat bottom right;
    background-size: 100% auto;
}

.proA_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.18;


}

.proA_tit {
    position: relative;
}

.proA_tit svg {
    display: none;
    width: 68px;
    height: 68px;
    margin-bottom: 10px;
    margin-left: -20px;
}

.proA_tit span {
    position: relative;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.6;
    display: block;
    margin-bottom: 10px;
    color: #1B2F5F;

}


.proA_tit i {
    background: #B21D23;
    color: #fff;
    padding: 3px 10px;
    font-size: 16px;
    letter-spacing: 6px;
    display: block;
}

.proA_txt .tmkMore .indMore {
    background: #1B2F5F;
    color: #fff;
}

.proNew {
    background: #f7f7f7;
    padding: 89px 0 108px;
}

.proNew_box {
    margin-bottom: 58px;
}

.proNew_a {
    position: relative;
    background: #fff;
    width: 33.33%;
    height: 38vh;
    float: left;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    transition: all 0.5s;
    box-shadow: 0 0 10px transparent;
    overflow: hidden;
}

.proNew_a:hover {
    box-shadow: 0 0 10px #ddd;
    z-index: 11;
}

.proNew_a:nth-last-of-type(1),
.proNew_a:nth-last-of-type(2) {
    border-bottom: 1px solid #eeeeee;
}

.proNew_a {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 58px 45px 28px;
}

.proNew_a .proNew_img {
    width: 38%;
    height: 100%;
}

.proNew_a .proNew_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.48s;
}

@media(min-width:1025px) {
    .proNew_a:hover .proNew_img img {
        transform: scale(1.05);
    }
}


.proNew_txt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 48px 45px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.proNew_txt .proNew_tit {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
}

.proNew_txt .proNew_p {
    font-size: 20px;
    line-height: 1.6;
    position: relative;
}

.proNew_txt i {
    display: block;
    width: 21px;
    height: 3px;
    position: relative;
    background: #1B2F5F;
    margin-top: 10px;
}

/* ========================================================================================
    proList
=========================================================================================== */
.proNav {
    position: relative;
    padding: 58px 0;
    background: #fff;
}

.proNav ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proNav ul li {
    width: 100%;
    text-align: center;
    border-left: 1px solid #eee;
}

.proNav ul li:first-of-type {
    border-left: 0;
}

.proNav svg {
    position: relative;
    top: 0;
    transition: all 0.48s;
    width: 60px;
    height: 60px;
}

.proNav svg path:last-of-type {
    fill: #1B2F5F;
}

.proNav li i {
    width: 1px;
    height: 100%;
    background: #eee;
    display: block;
    vertical-align: middle;
}

.proNav li:hover svg {
    top: -14px;
}


.proNav li.hover svg path:last-of-type,
.proNav li:hover svg path:last-of-type {
    fill: #B21D23;
}

.proNav img {
    width: 100px;
}

.proNav p {
    font-size: 20px;
    text-align: center;
	padding-top:30px;
	font-weight:bold;
}

.proList {

    background: #f7f7f7;
}

.proList_wrapper {
    padding: 36px 0;
}

.proList_view {

    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}

.proList_a {
    position: relative;
    float: left;
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
    border: 1px solid transparent;
}



.proList_l {
    background: #fff;
    /* border: 1px solid #eeeeee; */
    padding: 34px 34px 40px;
}

.proList_ul {
    position: absolute;
    top: 28px;
    left: 38px;

}

.proList_ul li {
    border: 1px solid #eeeeee;
    /*text-align: center;*/
	text-align:left;
    padding: 10px 0;
    margin-bottom: 10px;
    width: 90px;
    height: 68px;
	/*width:238px;
	height:168px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.proList_ul li>div {
    display: inline-block;
}

.proList_ul li svg {
    width: 28px;
    height: 28px;
    fill: #B21D23;
}

.proList_ul li svg path {
    fill: #B21D23;
}

.proList_ul li img {
    width: 24px;
}

.proList_ul li p {
    font-size: 12px;
    line-height: 1;
	line-height:18px;
	
}

.proList_img {
    /*width: 45%;*/
    margin: 24px auto 0;
    text-align: right;
    /*margin-left: 60%;*/
	width:65%;
	margin-left:40%;
}

.proList_img>img {
    width: 90%;
    height: 32vh;
    object-fit: contain;
    transition: all .5s ease;
}

.proList_name {
    font-size: 20px;
    text-align: left;
    /* margin-top: -24px; */
    position: absolute;
    bottom: 38px;
    left: 40px;
}

.proList_p {
    font-size: 20px;
    line-height: 1;
}

.proList_span {
    font-size: 13px;
    margin-top: 6px;
    color: #666;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.proList .indMore {
    font-size: 14px;
    letter-spacing: 1px;
}

.proList .indMore img {
    margin: 0;
}

.proList .indMore:hover {
    /*color: #1B2F5F;*/
}

.proList_r {
    position: absolute;
    z-index: 3;
    top: -1px;
    /*width: calc(100% + 2px);*/
	width: calc(71% + 2px);
    height: calc(100% + 2px);
    /*right: 100%;*/
    /*padding: 32px 58px 108px;*/
	padding: 12px 28px 58px;
    border: 1px solid #eeeeee;
    border-left: 0;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    opacity: 0;
    transition: all .5s linear;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.proList_r::before {
    content: "";
    position: absolute;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #eeeeee;
    left: 0;

}

.proList_a:nth-child(3n) .proList_r {
    border-left: 1px solid #eeeeee;
    border-right: 0;
}

.proList_a:nth-child(3n) .proList_r::before {
    right: 0;
    left: auto;
}

/*.proList_a:nth-child(4n-3) .proList_r,*/
.proList_a:nth-child(3n-2) .proList_r,
.proList_a:nth-child(3n-1) .proList_r {

    /*left: 100%;*/
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

.proList_cls {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    background: url(img/close.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}

.proList_r li {
    line-height: 2;
    opacity: 0.8;
	font-size:14px;
}

.proList_r li:first-of-type {
    opacity: 1;
    border-bottom: 1px solid #eeeeee;
    font-size: 20px;
    line-height: 2;
    /*margin-bottom: 24px;*/
	margin-bottom: 5px;
    padding-bottom: 5px;
}





@media(min-width:1025px) {
    .proList_a:hover {
        background: #fff;
        box-shadow: 0 0 10px #ddd;
    }

    .proList_a:hover {
        border: 1px solid #eeeeee;
    }

    .proList_a:hover .proList_r {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .proList_a:hover .proList_img>img {
        transform: translateY(-26px);

    }
}


/* ========================================================================================
    proDet
=========================================================================================== */
.proDet {
    background: #fff;
    padding-top: 97px;
    padding-bottom: 58px;
}

/* 1 */
.proDet_top {
    position: relative;
}

.proDet_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eeeeee;
    z-index: 11;
}

.proTop_l {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100vh;
    display: flex;
    align-items: center;
    background: url(img/bg5.png) no-repeat top center;
    background-size: cover;
}

.proTop_l .innerPad {
    width: 100%;
    padding: 0;
}

.proTop_l.pos {
    position: absolute;
    bottom: 0;
    top: auto;
    padding: 0;
}

.proDet_box {
    width: 100%;
    padding-left: 148px;
    margin-top: 78px;
}

.proDet_wid {
    display: inline-block;
    text-align: left;
    min-width: 468px;
}

.proDet_name {
    border-bottom: 1px solid #eeeeee;
    ;
    padding-bottom: 14px;
    margin-bottom: 14px;
}

.proDet_name span {
    font-size: 15px;
}

.proDet_name p {
    font-size: 24px;
    letter-spacing: 0.5px;
    font-weight: bold;
}

.proDet_color {
    display: none;
    font-size: 13px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    margin-bottom: 14px;
}

.proDet_color ul {
    margin-top: 12px;
}

.proDet_color li {
    display: inline-block;
    width: 18%;
    margin-right: 1%;
    height: 58px;
    border: 1px solid #eeeeee;
}

.proDet_color li img {
    width: 100%;
    height: 80%;
    object-fit: contain;
    margin: 10% auto;
}

.proDet_pro {
    font-size: 13px;
}

.proDet_pro ul {
    margin-top: 12px;
}


.proDet_buy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 34px;
    margin-top: 14px;
}

.proDet_buy a {
    position: relative;
    z-index: 3;
    display: block;
    width: 49%;
    float: left;
    line-height: 50px;
    background: #333;
    text-align: center;
}

.proDet_buy a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #B21D23;
    transition: all 0.48s;
    z-index: -1;
}

.proDet_buy a:hover::before {
    height: 100%;
}

.proDet_buy span,
.proDet_buy svg {
    vertical-align: middle;
}

.proDet_buy span {
    color: #fff;
}


.proDet_buy svg {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.proDet_buy svg path {
    fill: #fff;
}

.proDet_buy a:first-of-type svg {
    width: 30px;
    height: 32px;
}

.proDet_ul {
    padding: 6px 0;
}

.proDet_ul:last-child li {
    padding-left: 18px;
}

.proDet_ul:last-child li:not(:first-of-type)::after {
    opacity: 1;
}

.proDet_ul:last-child li:first-of-type {
    padding-left: 0;
    font-size: 15px;
    font-weight: bold;
}

.proDet_ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
    font-size: 13px;
    padding: 6px 0;
}

.proDet_ul li p,
.proDet_ul li span {
    width: 50%;
}

.proDet_ul li::after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background: #a1a1a1;
}

.proDet_ul li i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.proDet_ul li span {
    font-weight: bold;
    font-size: 13px;
}

.proDet_ul li p {
    font-weight: 100;
}

.proTop_r {
    position: relative;
    z-index: 11;
    width: 50%;
    display: inline-block;
    padding-bottom: 108px;
    padding-right: 5%;
    padding-top: 108px;
}


.proTop_img {
    width: 100%;
}

.proTop_img img {
    width: 100%;
}

.proTop_r .swiper-wrapper {
    display: block;
    margin-bottom: 48px;
}

.proTop_r .swiper-slide {
    margin-bottom: 48px;
}

/* 2 */

.proDet_btm {
    padding: 0 4% 0;
    width: 100%;
    position: relative;
}

.proDet_btm_pos {
    position: absolute;
    top: -97px;
}

.proDet_btm_bg {
    background: #f7f7f7;
    min-height: 38vh;
    margin-bottom: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
	padding-top:50px;
	padding-bottom:50px;
}

.proDet_btm_tab {
    display: none;
}

.proDet_btm_tab:first-of-type {
    display: block;
}

.proDet_btm_tab ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.proDet_btm_tab li {
    width: 25%;
    margin-bottom: 24px;
}

.proDet_btm_tab li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1b2f5f;
    vertical-align: middle;
    margin-right: 5px;
}

.proDet_list ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 88px 0 14px;
}

.proDet_list ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #eeeeee;
}

.proDet_list li {
    cursor: pointer;
    position: relative;
    padding: 0 78px;
    letter-spacing: 1px;
}

.proDet_list li::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 0;
    margin-left: -12px;
    height: 2px;
    background: #1b2f5f;
}

.proDet_list li.on::after {
    width: 21px;
}

.proDet_list li.on a {
    color: #1b2f5f;
}

/* 3 */
.proDet_btn {
    position: fixed;
    left: 50%;
    bottom: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 97px;
    z-index: 21;
}

.proDet_btn li:not(:last-child) {
    cursor: pointer;
    background: #e6e0da;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin-bottom: 25px;
    margin-left: -5px;
}

.proDet_btn li:last-child {
    cursor: pointer;
    position: relative;
    padding-top: 8px;
    margin-top: 35px;
    margin-left: -15px;

}

.proDet_btn li:last-child a {
    color: #1b2f5f;
    font-size: 15px;
    letter-spacing: 2px;
}

.proDet_btn li:last-child::after,
.proDet_btn li:last-child::before {
    position: absolute;
    top: 0;
    content: "";
    display: block;
    height: 1px;
    width: 15px;
    background: #1b2f5f;
    left: 50%;
    margin-left: -9px;
}

.proDet_btn li:last-child::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.proDet_btn li:not(:last-child) a {
    font-size: 0px;
}

.proDet_btn_a {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    width: 204px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #1b2f5f;
    color: #fff;
    font-size: 16px;
}

.proDet_btn.pos {
    position: absolute;
}

/* ==========================================
    zhineng
=========================================================================================== */
.zhineng {
    padding: 89px 0 138px;
}

.znA {
    display: block;
    position: relative;
    margin-top: 89px;
}

.znA .tmkMore .indMore {
    background: #1B2F5F;
    color: #fff;
}

.znImg {
    display: inline-block;
    position: relative;
    width: 68%;
    padding-top: 38%;

}


.znImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.znTxt {
    position: absolute;
    right: 0;
    top: 56%;
    transform: translateY(-50%);
    width: 38%;
    background: #ECEFF4 url(img/bg2.png) no-repeat top center;
    background-size: cover;
    padding: 60px 56px 48px;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, .05);
}

.znTxt span {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 14px;
    color: #1B2F5F;
}

.znTxt p {
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1.8;
    min-height: 76px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.znA:nth-child(2n) {
    text-align: right;
}

.znA:nth-child(2n) .znTxt {
    right: auto;
    left: 0;
}

/* ========================================================================================
    znList
=========================================================================================== */
.znList {
    position: relative;
}

.znList_tit {
    position: relative;
}

.znList_tit.center {
    text-align: center;
}

.znList_tit span {
    display: block;
    text-transform: uppercase;
    font-size: 42px;
    color: #333;
    font-family: Arial;
    margin: 14px 0 28px;
}

.znList_tit p {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

/* 1 */
.znList_one {
    padding: 89px 0 128px;
}


.znVid_ico {
    z-index: 11;
    background-image:  url(img/btnPlay.png);
    background-repeat: no-repeat;
    height: 75px;
    width: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    cursor: pointer;
}

.znVid_ico::before {
    content: '';
    position: absolute;
    background-image: url(img/btnPlayRo.png);
    height: 103px;
    width: 103px;
    left: 50%;
    top: 50%;
    margin-left: -51.5px;
    margin-top: -51.5px;
    cursor: pointer;
    -webkit-animation: palyAnimate 2s ease infinite;
    animation: palyAnimate 2s ease infinite;
}

@keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes palyAnimate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

.znList_one .znList_tit {
    max-width: 1280px;
    margin: 0 auto;
}

.znOne {
    margin-top: 58px;
}

.znOne {
    position: relative;
    padding-top: 38%;
}

.znOne::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1B2f5f;
    opacity: 0.32;
}

.znOne video,
.znOne img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* 2 */
.znList_two {
    background: #f7f7f7;
    padding: 89px 0 128px;
}

.znTwo {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.znTwo_img {
    position: relative;
}

.znTwo_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.znTwo_l {

    width: 34%;
}

.znTwo_l .znTwo_img {
    padding-top: 148%;
}

.znTwo_r {
    order: -1;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 64%;
}

.znTwo_r>div {
    width: 100%;
    /* height: 50%; */
}

.znTwo_img {
    height: 56%;
}

.znTwo_txt {
    height: 44%;
    padding: 48px 0;
}

.znTwo_txt p {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

/* 3 */
.znList_thr {
    padding: 89px 0 128px;
}

.znThr_p p {
    font-weight: 300;
    font-size: 18px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-align: center;
}

.znThr_box {
    margin-top: 58px;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.znThr_a {
    display: block;
    width: 32%;
    overflow: hidden;
}

.znThr_img {
    position: relative;
    padding-top: 121%;
}

.znThr_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #1B2f5f;
    height: 100%;
    width: 100%;
    opacity: 0.32;
    transition: all 1s;
}

.znThr_img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: all 0.8s;
}

.znThr_a:hover .znThr_img img {
    transform: scale(1.2);
}

.znThr_a:hover .znThr_img:after {
    opacity: 0;
}

/* 4 */
.znList_for {
    padding: 89px 0;
    background: #f7f7f7;
}

#znThumb {
    position: relative;
    width: 100%;
    margin: 58px auto 0;
}

#znThumb .white-panel {
    position: absolute;
    overflow: hidden;
}

#znThumb .white-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1B2f5f;
    opacity: 0.32;
}

#znThumb img {
    width: 100%;
    max-width: 100%;
    height: auto;
    transition: all 0.68s;
}

#znThumb .white-panel:hover img {
    transform: scale(1.1);
}

/* ========================================================================================
    news    
=========================================================================================== */
.news {
    padding: 36px 0;
    background: #f7f7f7;
}

.newsBox {
    overflow: hidden;

}

.newsA {

    float: left;
    margin-left: 2%;
    display: block;
    width: 32%;
    position: relative;
    margin-bottom: 48px;
}

.newsA:nth-child(3n-2) {
    margin-left: 0;
}

.newsImg {
    position: relative;
    padding-top: 58%;
    overflow: hidden;
}

.newsImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
    transform: scale(1.1);
}

.newTime {
    position: absolute;
    bottom: 28px;
    right: 0;
    background: rgba(255, 255, 255, 0.86);
    padding: 18px 30px;
    text-align: center;
}

.newTime span {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    transition: all 0.48s;
}

.newTime p {
    font-size: 13px;
    opacity: 0.8;
    line-height: 1;
    margin-top: 5px;
    transition: all 0.48s;
}



.newsTxt {
    background: #fff;
    padding: 38px 40px 34px;
}

.tmkMore .indMore .newsTxt {
    margin-top: 28px;
}

.newsTit {
    display: block;
    font-size: 17px;
    line-height: 1.6;
    transition: all 0.48s;
    /*min-height: 96px;*/
}

.newsTit_time {
    color: #1b2f5f;
    font-weight: 400;
}

.newsTit_time img {
    vertical-align: top;
    margin-top: 2px;
    margin-right: 3px;
}

.newsP {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 18px;
    color: #666;
    letter-spacing: 0.5px;
    font-weight: 300;
    /*display: none;*/
}

.newsP br {
    display: none;
}

.newsA:hover .newTime p,
.newsA:hover .newTime span {
    color: #B21D23;
}

.newsA:hover .newsImg img {
    transform: scale(1);
}

.newsA:hover .newsTit {
    color: #B21D23;
}

/* ========================================================================================
    newsDet    
=========================================================================================== */

.newsDet {
    position: relative;
    margin-top: 89px;
    font-family: 'Montserrat';
}

.newsDet_box {
    max-width: 1200px;
    margin: 0 auto;
}

.newsDet_top {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsDet_top em {
    text-transform: capitalize;
    color: #B21D23;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 2;
}

.newsDet_top h4 {
    font-size: 32px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.newsDet_top p span {
    margin-right: 22px;
    font-size: 14px;
    font-family: 'Montserrat';
    vertical-align: top;
    opacity: 0.8;
}

.newsDet_top p svg {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.newsDet_top p svg path {
    fill: #c3c3c3;
}

.newsDet_top p img {
    margin-right: 8px;
    vertical-align: bottom;
    display: inline-block;
}

.newsBody {
    line-height: 2.1;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #666;
    margin: 35px 0 20px;
    padding-bottom: 28px;
}

.newsBody p {

    margin: 18px 0;
}

.newsBody strong {
    font-size: 16px;
}

.newsBody img {
    margin: 20px 0;
    max-width: 100%;
}

.newsDet_more {
    padding-top: 40px;
    font-weight: bold;
    text-transform: capitalize;
}

.newsDet_more a {
    font-family: 'Montserrat';
    display: inline-block;
    padding-left: 28px;
    background-image: url(img/back_h.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 21px;
    transition: all 0.48s;
    color: #B21D23;
    font-size: 18px;
}

.newsDet_more a:hover {
    padding-left: 40px;

}

/* ========================================================================================
    shehui
=========================================================================================== */
.shehui {
    padding: 36px 0 108px;
}

.shehui_top {
    position: relative;
    margin-bottom: 28px;
}

.shehui_img {
    position: relative;
    padding-top: 40%;
}

.shehui_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shehui_txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 32px 50px;
    text-align: center;
}

.shehui_txt span {
    display: none;
    line-height: 1;
    font-size: 28px;
}

.shehui_txt p {
    padding-right: 10px;
    display: inline-block;
    background: linear-gradient(90deg, #1B2F5F, #0599e6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
}

.shUl {
    position: relative;
    margin-left: -1%;
    margin-right: -1%;
    margin-bottom: 68px;
}

.shUl li {
    position: relative;
    float: left;
    width: 31%;
    margin: 1%;
    padding-top: 20%;
    margin-top: 3%;
    overflow: hidden;
	height:560px;

}

.shUl li:first-of-type {
    /*width: 64%;
    padding-top: 42.998%;*/
}

.shUl li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
    transition: all 0.8s;
}

.shUl li:hover img {
    transform: scale(1.1);
}

.shP {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 198px 24px 18px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.shP p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/* ========================================================================================
    service
=========================================================================================== */
.serBox>div {
    padding: 89px 0;

}

/* 1 */
.serBox .serAb {
    padding: 0;
}

.serAb_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serAb_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #f7f7f7;
}

.serAb_box>div {
    width: 50%;
    padding: 8% 0;
}

.serAb_box .serAb_l {
    padding-left: 5%;

}

.serAb_box .serAb_r {
    padding-right: 5%;
}

.serAb_img {
    overflow: hidden;

}

.serAb_img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.68s;
    transform: scale(1.1);
}

.serAb_img:hover img {
    transform: scale(1);
}

.serAb_txt {
    position: relative;

}

.serAb_txt svg {
    width: 48px;
    height: 48px;
    fill: #1B2F5F;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 7px;
}

.serAb_txt span {
    display: block;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 42px;
}

.serAb_txt p {
    font-weight: 300;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

/* 2 */
.serCase {
    background: url(img/bg6.jpg) no-repeat center fixed;
    background-size: cover;
}

.serCase_item {
    position: relative;
    overflow: hidden;
}

.serCase_img {
    position: relative;
    padding-top: 54%;
}

.serCase_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.68s;
    transform: scale(1.1);
}

.serCase_item:hover .serCase_img img {
    transform: scale(1);
}

.serCase_item:hover .serCase_txt span {
    color: #B21D23;
}

.serCase_txt {
    background: rgba(255, 255, 255, 1);
    padding: 32px 30% 40px 38px;
    position: relative;

}

.serCase_num {
    position: absolute;
    bottom: -40px;
    right: 14px;
    font-size: 148px;
    line-height: 1;
    font-weight: bold;
    opacity: 0.1;
    color: #1B2F5F;
    letter-spacing: 0;
}

.serCase_txt span {
    font-size: 22px;
    line-height: 1.6;
}

.serCase_txt p {
    margin-top: 14px;
    font-size: 14px;
    opacity: 0.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0.8;
    letter-spacing: 0.5px;
    line-height: 1.8;
}

.serCase .swiper-pagination {
    position: relative;
    margin-top: 48px;
}

.serCase .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 0 0 8px;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    background: #999;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 0;
}

.serCase .swiper-pagination-bullet-active {
    background: #1B2F5F;
    opacity: 1;
}

/* 3 */
.serBox .serPro {
    position: relative;
    padding-bottom: 128px;
}

.serPro .swiper-slide:first-child .serPro_item {
    border: 0;
} 


.serPro_item {
    position: relative;
    padding: 0 24px;
    border-left: 1px dotted #eeeeee;
}

.serPro_img {
    position: relative;
    overflow: hidden;
}

.serPro_img img {
    width: 100%;
    transition: all 0.48s;
    transform: scale(1);
}

.serPro_item:hover img {
    transform: scale(1.1);

}

.serPro_item p {
    margin-top: 18px;
    font-size: 17px;
    text-align: center;
}

.serPro .swiper-pagination {
    position: relative;
    margin-top: 48px;
}

.serPro .swiper-pagination-bullet {
    width: 24px;
    height: 4px;
    margin: 0 0 0 8px;
    outline: none;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    background: #999;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 0;
}

.serPro .swiper-pagination-bullet-active {
    background: #1B2F5F;
    opacity: 1;
}

/* 4 */

.serBox .serDz {
    position: relative;
    background: url(img/bg6.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 128px 0;
}

.serDz_box {
    position: relative;

    text-align: right;
}


.serDz_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

.serDz_img img {
    width: 100%;
}

.serDz_form {
    position: relative;
    width: 50%;
    display: inline-block;
    text-align: left;
    padding-left: 6%;
}

.serDz_form form {
    width: 90%;
}


.serDz_form form div {
    padding: 14px 0;
    line-height: 50px;
    border-top: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.serDz_form form div:last-child {
    border-bottom: 1px solid #DCDCDC;
}

.serDz_form form span {
    position: relative;
    padding-left: 38px;
}

.serDz_form form span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 21px;
    height: 1px;
    background: #eeeeee;
}

.serDz_form form input {
    font-size: 15px;
    letter-spacing: 0.5px;
    width: calc(100% - 140px);
    color: #000;
    background: transparent;
}

.serDz .tmkMore .indMore {
    background: #1B2F5F;
    color: #fff;
}

/* ========================================================================================
    web
=========================================================================================== */

.diqiu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diqiu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

#canvasBox {
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
    margin: 0 auto;
}

.web {
    /*margin-top: 100vh;*/
	margin-top: 28vh;
    position: relative;
    z-index: 11;
    padding-bottom: 108px;
}

/* 2 */
.temeike.map {
    background: transparent;
}

.web .indTit {
    margin-bottom: 0;
}


.weImg {
    position: relative;
    width: 100%;
    padding-top: 78%;
}

.weImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
	object-fit: contain;
}

.webSwiper {
    margin-top: 68px;
}

.webSwiper .swiper-container {
    padding: 68px 0;
}

.webSwiper .swiper-slide {
    cursor: pointer;
    position: relative;
    transform: scale(0.6);
}

.webSwiper .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1B2F5F;
    opacity: 0.32;
}

.webSwiper .swiper-slide-prev,
.webSwiper .swiper-slide-next {
    transform: scale(1);

}

.webSwiper .swiper-slide-prev {
    transform-origin: center left;
    position: relative;
    left: -60px;
}

.webSwiper .swiper-slide-next {
    transform-origin: center right;
    position: relative;
    right: -60px;
}

.webSwiper .swiper-slide.swiper-slide-active {
    z-index: 11;
    transform: scale(1.5);
    margin: 0 30px;
    left: -15px;
}

.webSwiper .swiper-slide-active::after {
    opacity: 0;
}

.webSwiper .webSwiper_btn {
    margin-top: 28px;
    text-align: center;
}

.webSwiper .swiper-button-next::after,
.webSwiper .swiper-button-prev::after {
    content: none;
}

.webSwiper .swiper-button-next,
.webSwiper .swiper-button-prev {
    outline: none;
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px dotted rgba(27, 47, 95, 0.28);
    left: auto;
    display: inline-block;
    margin: 0px 10px;
    background: #fff;
    transition: all 0.8s;
}

.webSwiper .swiper-button-next img,
.webSwiper .swiper-button-prev img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    margin: 0 auto;
}


.webSwiper .swiper-button-next:hover,
.webSwiper .swiper-button-prev:hover {
    background: rgba(27, 47, 95, 1);
}

.webSwiper .swiper-button-next:hover .abDeve_arr_ico,
.webSwiper .swiper-button-prev:hover .abDeve_arr_ico {
    display: none;
}

.webSwiper .swiper-button-next:hover .abDeve_arr_hover,
.webSwiper .swiper-button-prev:hover .abDeve_arr_hover {
    display: block;
}

.webSwiper .swiper-button-next .abDeve_arr_hover,
.webSwiper .swiper-button-prev .abDeve_arr_hover {
    display: none;
}

/* ========================================================================================
    contact
=========================================================================================== */
/* 1 */
.conBox {
    padding: 28px 0;
    position: relative;
    background: url(img/bg3.jpg) no-repeat center fixed;
    background-size: cover;
}

.conBox_tab {
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conBox_item {
    width: 33.33%;
    padding: 38px 0 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(27, 47, 95, 0.18);
    box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
}

.conBox_item.bg {
    background: #1B2F5F;
}

.conBox_item.bg.red {
    background: #B21D23;
}

.conBox_item.bg span,
.conBox_item.bg p {
    color: #fff;
}

.conBox_item.bg i {
    background: #fff;
}

.conBox_item.bg svg {
    width: 40px;
    height: 40px;
}

.conBox_item.bg svg path {
    fill: #B21D23;
}

.conBox_item:hover {
    box-shadow: 0 0.9375em 1.875em rgba(0, 0, 0, 0.1);
}

.conBox_item:first-of-type {
    border-left: 0;
}

.conBox_div {
    display: inline-block;
    text-align: center;
}

.conBox_item i {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conBox_item:hover i {
    animation: icoI 1s linear infinite;
}

@-webkit-keyframes icoI {
    0% {
        -webkit-transform: translate(0px, 0px);
    }

    25% {
        -webkit-transform: translate(0px, -10px);
    }

    50% {
        -webkit-transform: translate(0px, 0px);
    }

    75% {
        -webkit-transform: translate(0px, 10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
    }
}

@-moz-keyframes icoI {
    0% {
        -moz-transform: translate(0px, 0px);
    }

    25% {
        -moz-transform: translate(0px, -10px);
    }

    50% {
        -moz-transform: translate(0px, 0px);
    }

    75% {
        -moz-transform: translate(0px, 10px);
    }

    100% {
        -moz-transform: translate(0px, 0px);
    }
}

@keyframes icoI {
    0% {
        transform: translate(0px, 0px);
    }

    25% {
        transform: translate(0px, -10px);
    }

    50% {
        transform: translate(0px, 0px);
    }

    75% {
        transform: translate(0px, 10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.conBox_item svg {
    margin: 0 auto;
    width: 38px;
    height: 38px;
}

.conBox_item svg path {
    fill: #B21D23;
}
.conBox_item:nth-child(2) svg {
    width: 30px;
    height: 30px;
}
.conBox_item:nth-child(3) svg {
    width: 30px;
    height: 30px;
}


.conBox_item span {
    font-weight: 300;
    font-size: 13px;
    display: block;
    line-height: 2;
    margin: 10px 0 14px;
}

.conBox_item p {
    letter-spacing: 1px;
}

.conBox_item:not(:nth-child(1)) p {
    font-size: 16px;
    letter-spacing: 1px;
}

/* 2 */
.conInline {
    position: relative;
    margin: 48px 0;
}

.conInline .tmkMore {
    text-align: center;
}

.conInline_input {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.conInline_input>div {
    width: 31%;
    margin-bottom: 24px;
}


.conInline form span {
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 6px;
}

.conInline form textarea,
.conInline form input {
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: none;
    border: 1px solid #eee;
    padding: 0 16px;
    -webkit-appearance: none;
    border-radius: 0;
}

.conInline form textarea {
    height: 148px;
    line-height: 1.8;
}

.conInline form>div {
    position: relative;
}

.conJoin_wid {
    /*max-width: 60%;*/
	max-width: 100%;
    /*padding-right: 15%;*/
	padding-right: 1%;
    padding-left: 1%;
}

.conJoin_wid .indTit {
    margin-bottom: 48px;
}

.conDiv-input {
    width: 100%;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
    line-height: 58px;
    height: 58px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conJoin_form input,
.conJoin_form textarea {
    width: calc(100% - 148px);
    background: transparent;
    font-size: 14px;
}

.conJoin_form input::-webkit-input-placeholder {
    color: #999 !important;
}

.conJoin_form textarea::-webkit-input-placeholder {
    color: #999 !important;
}

.conJoin_form input {
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
}

.conJoin_form textarea {
    padding: 0 12px;
    height: 50px;
    background: transparent;
}

.conDiv-name {
    display: inline-block;
    vertical-align: middle;
    min-width: 108px;
    padding-right: 14px;
}

.conDiv-name svg {
    width: 32px;
    height: 32px;
    fill: #1B2F5F;
    vertical-align: middle;
}

.conDiv-input:nth-last-of-type(1) .conDiv-name svg,
.conDiv-input:nth-last-of-type(2) .conDiv-name svg {
    width: 28px;
    height: 28px;
}

.conDiv-name span {
    padding: 0 0 0 10px;
    font-size: 16px;
    vertical-align: middle;
    color: #000;
}

/* 3 */
.conJoin {
    position: relative;
    /*padding: 89px 0 128px;*/
	padding: 30px 0 128px;
    background-color: #ECEFF4;
    background-image: url(img/bg2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.conJoin_box {
    width: 80%;
    max-width: 1400px;
    margin: 0 auto;

}
.conJoin_form {
    
	/*width:56%;*/
    
}
.conJoin_img {
    width: 44%;
	/*width:20%;*/
    height: 586px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, .3);
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    right: 0;
}

.conJoin_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.conJoin .indTit p,
.conInline .indTit p {
    font-size: 16px;
}

.contact .tmkMore .indMore {
    margin-top: 28px;
    background: #1B2F5F;
    color: #fff;
}

.conLoad {
    padding: 89px 0 120px;
}

.conLoad_box {
    margin-left: -1%;
    margin-right: -1%;
}

.conLoad_a {
    float: left;
    width: 30%;
    margin: 1%;
    position: relative;
    padding: 30px 40px;
    display: block;
    height: 200px;
    background-color: #f3f3f3;
}


.conLoad_a p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
}

.conLoad_a:hover p {
    color: #B21D23
}

.conLoad_ico {
    position: absolute;
    bottom: 28px;
    right: 40px;
    font-size: 24px;
}

.conLoad_ico svg {
    width: 28px;
    height: 28px;
    fill: #B21D23;
}

.conLoad_pdf {
    position: absolute;
    bottom: 40px;
    left: 40px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0.8;
}

.conLoad_pdf svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

/*??????slick*/
 .bigDemo .slick-list {
                        padding: 0 20% !important;
                    }



                    .slickDemo .slick-arrow {
                        /* width: 33px;
                        height: 33px;
                        display: block;
                        border-radius: 5px;
                        background-color: #999999;
                       
                        margin-top: -36px; */
                        top: 50%;
                        margin-top: -50px;
                        width: 50px;
                        height: 50px;
                        border-radius: 50%;
                        margin-bottom: 0;
                        border: 1px dotted rgba(27, 47, 95, 0.28);
                        display: inline-block;
                        background: rgba(27, 47, 95, 1);
                        transition: all 0.8s;
                    }

                    .slickDemo .slick-arrow i {
                        background: url(img/ico2_1.png) no-repeat scroll center center;
                        width: 100%;
                        height: 100%;
                        margin: 0px auto;
                        display: block;
                        transition: 300ms;
                        -webkit-transition: 300ms;
                    }

                    .slickDemo .slick-prev {
                        left: -58px;
                    }

                    .slickDemo .slick-next {
                        right: -58px;
                    }

                    .slickDemo .slick-prev i {
                        background-image: url(img/ico2_1.png);
                    }

                    .slickDemo .slick-next i {
                        background-image: url(img/ico1_1.png);
                    }



                    .slickDemo .slick-prev:hover i {
                        background-position: 30% center;
                    }

                    .slickDemo .slick-next:hover i {
                        background-position: 70% center;
                    }



                    .slickDemo.slick-slider {
                        position: relative;
                        display: block;
                        margin-top: 20px;
                        box-sizing: border-box;
                        -webkit-user-select: none;
                        -moz-user-select: none;
                        -ms-user-select: none;
                        user-select: none;
                        -webkit-touch-callout: none;
                        -khtml-user-select: none;
                        -ms-touch-action: pan-y;
                        touch-action: pan-y;
                        -webkit-tap-highlight-color: transparent;
                    }

                    .slickDemo .slick-list {
                        position: relative;
                        overflow: hidden;
                        display: block;
                        margin: 0;
                        padding: 0;
                    }

                    .slickDemo .slick-slide {
                        float: left;
                        height: 100%;
                        min-height: 1px;
                        margin: 0 30px;
                        outline: none;
                    }

                    .slickDemo .slick-prev,
                    .slickDemo .slick-next {
                        position: absolute;
                        z-index: 99;
                        cursor: pointer;
                    }

                    .slickDemo .slick-dots {
                        display: none !important;
                        position: relative;
                        text-align: center;
                        margin-top: 20px;
                    }

                    .slickDemo .slick-dots li {
                        display: inline-block;
                        margin: 0 5px;
                        width: 12px;
                        height: 12px;
                        background: #eeeeee;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                    }

                    .slickDemo .slick-dots li.slick-active {
                        background: #e60012;
                    }